home *** CD-ROM | disk | FTP | other *** search
/ Aminet 16 / Aminet 16 (1996)(GTI - Schatztruhe)[!][Dec 1996].iso / Aminet / comm / term / term_source.lha / Extras / Source / term-source.lha / Glue / LT_GetAttributes.asm < prev    next >
Assembly Source File  |  1996-10-20  |  301b  |  16 lines

  1. *** DO NOT EDIT: FILE BUILT AUTOMATICALLY
  2. *** LT_GetAttributes ram interface
  3.     XREF    _GTLayoutBase
  4.     SECTION    gtlayout,code
  5.     XDEF    _LT_GetAttributes
  6. _LT_GetAttributes:
  7.         move.l    a6,-(sp)
  8.         move.l    _GTLayoutBase,a6
  9.         lea    8(sp),a1
  10.         move.l    (a1)+,a0
  11.         move.l    (a1)+,d0
  12.         jsr    -78(a6)
  13.         move.l    (sp)+,a6
  14.         rts
  15.     END
  16.